home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / keyb / pkii_112.zip / README.1ST < prev    next >
Text File  |  1989-02-19  |  7KB  |  151 lines

  1. POWERKIT II INSTALLATION (preceded by a short commercial break)
  2.  
  3. Welcome to the "modular" world of POWERKIT II, where you never again need have 
  4. more stuff taking up valuable space in your machine than what you are actually 
  5. using.  Nor, must you purchase more than you require, just to have the one or 
  6. two special items that interest you.  Modules do even more than that for you.  
  7. They are much smaller than their "TSR" and "device driver" cousins (they can be 
  8. half the size, but perform the same task -- BETTER), and because they are all 
  9. controlled from a central "switchboard", they don't get in each other's way. 
  10.  
  11. Modules are a new form of memory-resident program.  They achieve their parsi-
  12. monious use of memory by; attaching themselves to COMMAND.COM, thus doing away 
  13. with the extras MS-DOS insists on affixing to programs under its direct control 
  14. (like a PSP and an Environment); modules have direct access to dozens of useful 
  15. routines in ANSI.MOD (why must EVERY program reinvent the wheel?); modules 
  16. don't need any code to determine whether they should pop up or not, they simply 
  17. tell ANSI.MOD (itself a module, of course) what their "hot" key is, and 
  18. ANSI.MOD "wakes" them when it's time (this also helps to keep modules from 
  19. stepping on each other's toes). 
  20.  
  21. There are so many things POWERKIT II can do for you, that at first, you'll need 
  22. all the help you can get.  Later, after you have learned the commands, you can 
  23. delete MANY thousand bytes of what the, about to be described, INSTALL 
  24. procedure loads. 
  25.  
  26. TO INSTALL POWERKIT II, assuming you are reading this AFTER you have de-arced 
  27. the POWERKIT II files: 
  28.  
  29. For a system WITHOUT a hard disk, type:
  30.    INSTALL A:         <-- be sure to type that colon
  31.  
  32. For a system WITH a hard disk, type:
  33.    INSTALL C:         <-- be sure to type that colon
  34.  
  35. In rare instances, hard disk systems don't boot from drive C:, so type:
  36.    INSTALL X:         <-- the colon is VERY important
  37. Replace that "X" with the drive from which your system boots
  38.  
  39. ALSO, make sure you are in the directory in which you de-arced the POWERKIT II 
  40. package, when you type "INSTALL ... ".                                     
  41.  
  42. YES, that's all there is to it!
  43.  
  44. Well, not quite.  If you have a "floppy only" system, place the POWERKIT II 
  45. disk on drive "B", and your "bootup" disk on drive "A".  Your bootup disk is 
  46. the one with DOS, and all the system files on it; the one you shove into drive 
  47. "A" when you turn the machine on.  With a single floppy system, this will en-
  48. tail some disk swapping.  Also, you may have to delete some of the boot disk's 
  49. files, because the INSTALL program writes some POWERKIT II files to it.  You 
  50. may decide to create a brand new "boot" disk (just put a blank diskette into 
  51. drive B, your old boot disk in drive A, then type "FORMAT /S"). 
  52.  
  53. KYBD.BUF IS OPTIONAL:
  54.  
  55. INSTALL inserts a the line:
  56.  
  57. DEVICE=KYBD.BUF
  58.  
  59. Page 2 
  60.  
  61. at the top of your CONFIG.SYS file.  KYBD.BUF is an extended keystroke buffer 
  62. (to let you type up to 255 keystrokes into the buffer, before they are drawn 
  63. out, and used).  Because of this buffer, KYBD.BUF MUST reside within the first 
  64. 65k bytes of memory.  KYBD.BUF also opens a "view-port" into that buffer, to 
  65. let you see what you are typing.  If that's not enough, KYBD.BUF saves several 
  66. interrupt vectors, and contains code to perform a fast warm boot.  For the warm 
  67. boot to perform properly, The DEVICE=KYBD.BUF line should be placed ahead of 
  68. anything in CONFIG.SYS that taps into "important" interrupts. 
  69.  
  70. If you don't want these features, you can remove that line from CONFIG.SYS, 
  71. without affecting the rest of the POWERKIT II system. 
  72.  
  73. ENVIRONMENTAL WOES:
  74.  
  75. You may be unlucky enough to have a full "environment".  The POWERKIT II 
  76. system requires 14 bytes of that "environment", so if you see an "Out of 
  77. environment space" message whiz by when AUTOEXEC.BAT is trying to load 
  78. POWERKIT II modules, you have some HARD work to do.  If your DOS version is 
  79. 3.0, or above, you must include the following line in your CONFIG.SYS file:
  80.  
  81. SHELL=X:\COMMAND.COM /P/E:xxx
  82.  
  83. In DOS 3.0 or 3.1, those "little x's" are the number of bytes you want your 
  84. "environment"'s size to be, DIVIDED BY 16 (yes, I know that doesn't make any 
  85. sense, but "that's the way it is").  In DOS 3.2, or above, they represent the 
  86. actual number of bytes to reserve for the "environment".  500 bytes is usually 
  87. enough. 
  88.  
  89. If you are still using a DOS in the 2's, you will need to call the POWERKIT II 
  90. support BBS, and download a program that patches your COMMAND.COM, to increase 
  91. the "environment".
  92.  
  93. The "environment" is just an area of memory where "strings", like "COMSPEC=", 
  94. or "PKD=C", are kept. 
  95.  
  96. MANUAL INSTALLATION:
  97.  
  98. If you're like me, and don't cotton to some program messing around with your 
  99. CONFIG.SYS and AUTOEXEC.BAT files on your hard disk, you can hand-load the 
  100. POWERKIT II package thusly: 
  101.  
  102. Create a directory "\PKII" right off the root directory on your bootup disk (or 
  103. diskette).  Move the files ending in *.MOD, *.MNU, as well as KYBD.BUF, 
  104. LOAD.COM, and UNLOAD.COM, into this directory. 
  105.  
  106. Add the line:
  107.  
  108. DEVICE=X:\PKII\KYBD.BUF    ("X" is your boot drive)
  109.  
  110. somewhere near the TOP of your CONFIG.SYS file.
  111.  
  112. In your AUTOEXEC.BAT file:
  113.  
  114. Add "X:\PKII;" to your "PATH=" statement (replace the "X" with your boot drive)
  115.  
  116. Below the "PATH=" statement, add these lines to AUTOEXEC.BAT (and replace "X" 
  117. with your boot drive letter): 
  118.  
  119. Page 3
  120.  
  121. SET PKD=X
  122. LOAD X;\PKII\ANSI.MOD       <-- (ANSI.MOD MUST BE MENTIONED FIRST)
  123. LOAD X:\PKII\PKII.MOD
  124. LOAD X:\PKII\MENU.MOD POWERKIT.MNU
  125.  
  126. If you have questions, contact the POWERKIT II support BBS at:
  127.  
  128. (303) 377-6725,
  129.  
  130. or call (303) 595-4218
  131.  
  132. If you're leary of "INSTALL"ing POWERKIT II on your hard disk before testing 
  133. the package, create a floppy "boot" disk, and "INSTALL" POWERKIT II on the 
  134. floppy disk FIRST.  If everything goes well, then INSTALL it on your hard disk. 
  135.  
  136. Thanks for your patient attention.  The price for this POWERKIT II starter 
  137. kit is $19.95 (a $5 upgrade fee for POWERKIT owners registered before December 
  138. 22, 1988).  Test it thoroughly, but please don't linger too long before send-
  139. ing your check (U.S. funds only, please). 
  140.  
  141. John H. Brooks
  142.  
  143. DO YOU DREAM OF A WHITE CHRISTMAS WHEN ANSI.MOD UPDATES YOUR SCREEN?
  144.  
  145. If you do, you have an old, slow, SNOW producing CGA (Color Graphics Adaptor).  
  146. Call the POWERKIT II support BBS to download a "no-snow" version of ANSI.MOD.  
  147. It'll be slower (than the "regular" ANSI.MOD), but in "raw" mode, your screen 
  148. updates will be noticeably faster than you're used to now.
  149.  
  150.  
  151.